Fix bug #9139 with revisiting non-existent files.
authorEli Zaretskii <eliz@gnu.org>
Sun, 11 Sep 2011 05:52:07 +0000 (01:52 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sun, 11 Sep 2011 05:52:07 +0000 (01:52 -0400)
commitf3eab1ccaecd757fb301ab5049dbcbeaf816d79b
treed93960814afd921e0ee163f88f601a89ae4d9fcb
parent7eb77a37779950e4f6d769c52e8d03b02488b81c
Fix bug #9139 with revisiting non-existent files.

 src/fileio.c (Finsert_file_contents): If the file cannot be opened,
 set its "size" to -1.  This will set the modtime_size field of
 the corresponding buffer to -1, which is what
 verify-visited-file-modtime expects for files that do not exist.
src/ChangeLog
src/fileio.c